Fix hypercall migration. schedule_tail() is not required
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Jul 2007 08:38:27 +0000 (09:38 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 20 Jul 2007 08:38:27 +0000 (09:38 +0100)
commit698959b530c437f6d86bc257e898ca7561978eca
treeda54add72248a692f3bc506e5a05cf2ed942a8c0
parent3eb42473366663c710d2115efeeaa9ccbee9ba65
Fix hypercall migration. schedule_tail() is not required
after set affinity, or else continue stub runs on current
cpu immediately before migrating is checked when switching
out.

Signed-off-by Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Keir Fraser <keir@xensource.com>
xen/arch/x86/domain.c